var github.com/klauspost/compress/zstd.bitMask32
5 uses
github.com/klauspost/compress/zstd (current package)
bitwriter.go#L24: var bitMask32 = [32]uint32{
bitwriter.go#L43: b.bitContainer |= uint64(value&bitMask32[bits&31]) << (b.nBits & 63)
blockenc.go#L770: extraBits := uint64(s.offset & bitMask32[outBits])
blockenc.go#L781: extraBits = extraBits<<outBits | uint64(s.matchLen&bitMask32[outBits])
blockenc.go#L792: extraBits = extraBits<<outBits | uint64(s.litLen&bitMask32[outBits])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |